don't simply crash if any of the pointer args are NULL. Instead,
authorMichael Natterer <mitch@imendio.com>
Sat, 15 Sep 2007 16:48:56 +0000 (16:48 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Sat, 15 Sep 2007 16:48:56 +0000 (16:48 +0000)
commit95116d0f1c9e2ceafaf939d8003ec9dfa4d38fcf
tree434e621f2fd9eda76cad230ea8d34a4483000a68
parent5d49282441628879783655bd4e0bf9a4cd5aa662
don't simply crash if any of the pointer args are NULL. Instead,

2007-09-15  Michael Natterer  <mitch@imendio.com>

* gtk/gtkselection.c (gtk_target_list_find): don't simply crash if
any of the pointer args are NULL. Instead, g_return_if_fail() on
"list != NULL" and allow to pass NULL as return location for "info".

svn path=/trunk/; revision=18831
ChangeLog
gtk/gtkselection.c